Skip to content

sqlite: add StatementSync.prototype[Symbol.dispose]()#64232

Open
araujogui wants to merge 1 commit into
nodejs:mainfrom
araujogui:sqlite-statement-sync-dispose
Open

sqlite: add StatementSync.prototype[Symbol.dispose]()#64232
araujogui wants to merge 1 commit into
nodejs:mainfrom
araujogui:sqlite-statement-sync-dispose

Conversation

@araujogui

Copy link
Copy Markdown
Member

No description provided.

This extends explicit resource management support to prepared
statements, allowing a StatementSync to be deterministically
finalized via a `using` declaration, mirroring the existing
DatabaseSync and Session dispose methods.

Signed-off-by: Guilherme Araújo <arauujogui@gmail.com>
Copilot AI review requested due to automatic review settings July 1, 2026 14:22
@nodejs-github-bot

Copy link
Copy Markdown
Collaborator

Review requested:

  • @nodejs/sqlite

@nodejs-github-bot nodejs-github-bot added c++ Issues and PRs that require attention from people who are familiar with C++. needs-ci PRs that need a full CI run. sqlite Issues and PRs related to the SQLite subsystem. labels Jul 1, 2026

This comment was marked as low quality.

@aduh95 aduh95 added semver-minor PRs that contain new features and should be released in the next minor version. backport-requested-v24.x PRs awaiting manual backport to the v24.x-staging branch. labels Jul 2, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

backport-requested-v24.x PRs awaiting manual backport to the v24.x-staging branch. c++ Issues and PRs that require attention from people who are familiar with C++. needs-ci PRs that need a full CI run. semver-minor PRs that contain new features and should be released in the next minor version. sqlite Issues and PRs related to the SQLite subsystem.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants